/* 设置 */
body {
	font-size: 13px;
	line-height: 1.8;
	color: #555555;
	background: #fff;
	height: 100%;
}
* {
	font-family: Arial, " sans-serif", 微软雅黑, "Microsoft YaHei"
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;

	overflow: hidden;

*width: 1200px;

}

a {

	color: inherit;

}

a:hover {

	color: #0875c8;

}

/*css组件-设置*/



.form-control, .input-group-addon, .btn {

	border-radius: 2px;

}

.form-control:focus {

	border-color: #66afe9;

	outline: 0;

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);

}

.container {

	width: 1200px;

	margin: 0 auto;

}

.left {

	float: left;

}

.right {

	float: right;

}

/*选中颜色*/

.hong {

	color: #dd0000;

}

::-moz-selection {

color: #fff;

background: #000;

}

::selection {

	color: #fff;

	background: #000;

}





::-webkit-input-placeholder {

color: #aaa;

}

.placeholder {

	color: #aaa;

}

/* 网站样式 */





/*header*/

.nav_f {

	position: fixed!important;

	top: 0!important;

	z-index: 999;

	width: 100%;

	margin: 0!important;

}

/* 通用分页样式 */

.pages {

	height: 35px;

	margin: 15px 0 10px 0;

	clear: both;

}

.pages:after {

	content: '.';

	clear: both;

	height: 0;

	line-height: 0;

	display: block;

	visibility: hidden;

}

.pages ul {

	padding: 0;

	list-style: none;

	margin: 0;

	text-align: center;

}

.pages li {

	height: 30px;

	margin-right: 5px;

	display: inline-block;

}

.pages li a {

	padding: 5px 10px;

	border: 1px solid #e1e1e1;

	height: 24px;

	line-height: 24px;

	color: #666;

}

.pages li a:hover {

	border: 1px solid #2188de;

	background: #2188de;

	color: #fff;

	text-decoration: none;

}

.pages li span {

	border: 1px solid #e1e1e1;

	height: 24px;

	line-height: 24px;

	color: #c4c4c4;

	padding: 5px 10px;

}

.pages .thisclass a {

	border: 1px solid #2188de;

	background: #2188de;

	color: #fff;

}

/*在线留言*/

.mess {

	padding: 0;

	margin: 0;

	font-size: 14px

}

.mess tr {

	padding: 0;

	margin: 0;

	line-height: 50px;

	height: 50PX

}

.mess input {

	display: inline-block;

	height: 25px;

	padding: 2px 8px;

	font-size: 12px;

	line-height: 1.42857143;

	color: #555;

	background-color: #fff;

	background-image: none;

	border: 1px solid #ccc;

	border-radius: 4px;

	width: 180px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

}

.mess textarea {

	width: 500px !important;

	display: inline-block;

	padding: 2px 8px;

	font-size: 12px;

	line-height: 1.42857143;

	color: #555;

	background-color: #fff;

	background-image: none;

	border: 1px solid #ccc;

	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

}

.mess .submit {

	width: 240px;

	height: 40px !important;

	text-align: center;

	color: #fff !important;

	font-size: 16px;

	background: #2188de !important;

	border-radius: 5px;

	border: 0 none;

	cursor: pointer;

}

div.pfw {

	position: relative;

	border: 1px solid #e1e1e1;

	margin-top: 30px;

}

div.pfw:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	line-height: 0;

	overflow: hidden;

}

div.pfw h3 {

	height: 30px;

	line-height: 30px;

	font-size: 1em;

	margin: 0;

	padding: 0 0 0 20px;

	background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;

	border-bottom: 1px solid #e1e1e1;

	color: #444;

	font-weight: bold;

}

div.pfw h3 small {

	font-size: 12px;

	color: #666;

	font-weight: normal;

	padding-left: 4px;

	font-style: normal;

}

div.pfw h3 .more {

	display: block;

	float: right;

	height: 30px;

	line-height: 30px;

	padding-right: 8px;

	font-weight: normal;

	font-size: 12px;

	margin-right: 5px;

}

div.pfw .content {

	margin: 5px;

	font-size: 12px;

	line-height: 1.6em;

	padding: 10px;

}

div.pfw .adm_reply {

	margin: 6px 0 0 0;

	font-size: 1em;

	line-height: 200%;

	padding: 25px 5px 25px 25px;

	position: relative;

	color: #444;

	border-top: 1px solid #e1e1e1;

	background: #f7faff;

}

div.pfw .adm_reply span {

	color: darkred;

	font-weight: bold;

	color: #e77718;

}

/*网站头部css*/

.head_hy {

	height: 35px;

	background: #f5f5f5;

	overflow: hidden;

}

.huanyingci {

	font-size: 12px;

	color: #999;

	line-height: 34px;

}

.ysj-item {

	font-size: 12px;

	line-height: 34px;

	color: #999;

	float: left;

	margin-left: 13px;

}

.ysj-item .h {

	border-right: 1px dotted #a3a3a3;

	padding-right: 13px;

}

#logo {

	height: 130px;

	background: #ffffff;

	overflow: hidden;

}

.langge .by {

	margin-right: 20px;

}

.langge .by img {

	display: block;

}

.by_wen {

	margin-top: 37px;

	border-left: 1px solid #f0f0f0;

	padding-left: 20px;

}

.by_wen .by_one {

	font-size: 26px;

	color: #333;

	line-height: 22px;

	letter-spacing: 1.2px;

}

.by_wen .by_two {

	font-size: 18px;

	color: #868686;

	margin-top: 8px;

}

.by_wen .by_two span {

	color: #fff;

	font-size: 16px;

	background: #00A0E8;

	border-radius: 3px;

	margin: 0 8px 0 0;

	padding: 3px 5px;

}

.call {

	margin-top: 20px;

}

.call_img{

	    width: 165px;

    float: right;

}

.call_img img {

	float: left;

}

.call_img p {

	font-size: 12px;

	color: #555;

	padding-bottom: 1px;

}

.call_w{

	clear: both;

}

.call_w p {

	font-size: 24px;

	color: #333;

	line-height: 25px;

	text-align: right;

}

.call_wen{

	    color: #00A0E8;

}

.call_w p.tel400 {

	letter-spacing: 1px;

}

.call_w p.shouji {

	letter-spacing: 0px;

}

/*nav*/

.head_nav {

	background: url(/skin/images/daohuang.jpg);

	height: 55px;

	position: relative;

}

.head_nav02 {

	width: 1200px;

	margin: 0 auto;

}

.nav {

	height: 55px;

	z-index: 1;

	width: 100%;

	float: left;

}

.nav a {

	color: #111;

}

.nav .nLi {

	float: left;

	display: inline;

	position: relative;

}

.nav .nLi h3 {

	float: left;

	background: url(../images/nav-gege.jpg) no-repeat right 23px;

}

.nav .nLi h3 a {

	display: block;

	line-height: 55px;

	font-size: 15px;

	font-weight: normal;

	text-align: center;

	padding: 0 30px;

	color: #fff;

}

.nav .nLi h3 a.cur {

	background: #0764b2;

	color: #fff;

}

.nav .nLi h3 a:hover {

	background: #0764b2;

	color: #fff;

}

.nav .nLi {

	height: 55px;

}

.nav .nLi h3 a span {

	text-transform: uppercase;

	display: block;

	color: #ccc;

}

.nav .sub {

	display: none;

	width: 105%;

	left: 0;

	padding: 10px 20px;

	top: 55px;

	position: absolute;

	background: #fff;

	z-index: 9;

	text-align: center;

}

.nav .sub li {

	zoom: 1;

}

.nav .sub a {

	display: block;

	color: #595959;

	line-height: 45px;

	text-align: center;

	border-bottom: 1px solid #eee;

	font-size: 14px;

}

.nav .sub01 a:hover {

	background: #f1f1f1;

	color: #333;

}

.nav .on h3 a {

}

.nav_f {

	position: fixed!important;

	top: 0!important;

	z-index: 999;

	width: 100%;

	margin: 0!important;

}

/* 轮播图css */





.slideBox {

	width: 100%;

	height: 580px;

	overflow: hidden;

	position: relative;

}

.slideBox .hd {

	height: 15px;

	overflow: hidden;

	position: absolute;

	right: 5px;

	bottom: 5px;

	z-index: 1;

}

.slideBox .hd ul {

	overflow: hidden;

	zoom: 1;

	float: left;

}

.slideBox .hd ul li {

	float: left;

	margin-right: 2px;

	width: 15px;

	height: 15px;

	line-height: 14px;

	text-align: center;

	background: #fff;

	cursor: pointer;

}

.slideBox .hd ul li.on {

	background: #f00;

	color: #fff;

}

.slideBox .bd {

	position: relative;

	height: 580px;

	z-index: 0;

}

.slideBox .bd li {

	zoom: 1;

	vertical-align: middle;

	width: 100%;

	height: 580px;

	display: block;

}

.slideBox .prev {

	position: absolute;

	left: 3%;

	top: 50%;

	margin-top: -25px;

	display: block;

	width: 58px;

	height: 58px;

	background: url(../images/babot1.png) no-repeat;

	filter: alpha(opacity=50);

	opacity: 0.5;

}

.slideBox .next {

	position: absolute;

	left: 3%;

	top: 50%;

	margin-top: -25px;

	display: block;

	width: 58px;

	height: 58px;

	background: url(../images/babot2.png) no-repeat;

	filter: alpha(opacity=50);

	opacity: 0.5;

}

.slideBox .next {

	left: auto;

	right: 3%;

}

.slideBox .prev:hover, .slideBox .next:hover {

	filter: alpha(opacity=100);

	opacity: 1;

}

/*搜索*/



.index_search {

	width: 100%;

	height: 165px;

	overflow: hidden;

	z-index: 99;

	margin-top: -50px;

	position: relative;

}

.index_sousuo {

	width: 100%;

	height: 99px;

}

.search_bj {

	width: 100%;

}

.search_bj img {

	display: block;

}

.inss_left {

	width: 623px;

	background: #00A0E8;

	height: 99px;

}

.inss_right {

	width: 576px;

	background: #f7f7f7;

	height: 99px;

}

.inss_left01 {

	color: #fff;

	padding: 24px 18px 0 20px;

	width:51%;

}

.inss_left01 a:hover{

	color: #fff;

}

.inss_left01 strong {

	font-size: 28px;

	letter-spacing: .5px;

	display: block;

}

.inss_left01 strong span {

	display: block;

	float: left;

	line-height: 30px;

}

.inss_left01 strong span.sanqian {

	font-size: 44px;

	padding: 0 5px;

	line-height: 25px;

}

.inss_left01 p {

	font-size: 18px;

	letter-spacing: 2px;

	display: block;

}

.inss_left02 {

	padding: 0px 0 0 18px;

	border-left: 1px solid #459ee9;

	margin: 23px 0 0 0;

}

.sousuotel {

	font-size: 14px;

	color: #fff;

	line-height: 20px;

	padding-bottom: 5px;

}

.sousuotel span {

	font-size: 26px;

	color: #fff;

	font-weight: 700;

}

.inss_left02 .sszixun {

	display: block;

	width: 182px;

	background: #0764b2;

	border-radius: 5px;

	height: 30px;

	font-size: 14px;

	color: #fff;

	line-height: 30px;

}

.inss_left02 .sszixun img {

	padding: 7px 5px 0 24px;

	display: block;

	float: left;

}

.rmssci {

	font-size: 12px;

	color: #666;

	margin: 18px 0 0 45px;

	overflow: hidden;

}

.rmssci a {

	padding: 0 3px;

	color: #666;

}

.sskuang {

	margin-left: 45px;

	width: 464px;

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

	overflow: hidden;

	background: none;

}

.sskuang .input {

	width: 420px;

	line-height: 44px;

	float: left;

	border: none;

	background: none;

}

.sskuang .btn {

	width: 40px;

	height: 40px;

	background: url(../images/fdj.png) no-repeat 0 8px;

	float: left;

}

/*搜索结束*/



/*专利工程css*/

.index_toubiao {

	background: #f5f5f5;

	overflow: hidden;

	position: relative;

	z-index: 9;

	margin-top: -115px;

	padding: 109px 0 50px 0;

}

.zl {

	height: 275px;

	overflow: hidden;

}

.zl div {

}

.xmgc, .tbzz, .zlwj {

	background: url(../images/zhuanlili.jpg) repeat-y right top;

	height: 275px;

	width: 299px;

	float: left;

}

.one_gc {

	margin-top: 55px;

}

.one_gc .hy_one {

	font-size: 35px;

	color: #00A0E8;

	font-weight: 700;

	margin-bottom: -10px;

}

.one_gc .hy_two {

	background: #00A0E8;

	width: 43px;

	height: 1px;

	margin-bottom: 25px;

	margin-top: 20px;

}

.one_gc .hy_three {

	font-size: 24px;

	color: #333333;

	line-height: 30px;

}

.one_gc .hy_four {

	font-size: 8px!important;

	color: #cbcbcb;

	line-height: 15px;

	transform: scale(0.8);

	-webkit-transform: scale(0.8);

	text-transform: uppercase;

	transform-origin: 0 0;

	-webkit-transform-origin: 0 0;

}

.tbzz {

}

.tbzz .zz, .zlwj .wj, .kb .kb_one {

	width: 73px;

	height: 73px;

	margin: 43px auto 0 auto;

}

.tbzz .zz img {

}

.wz_one {

	text-align: center;

}

.wz_one .wz_two {

	font-size: 25px;

	color: #333333;

	overflow: hidden;

	margin-top: 10px;

	font-weight: 700;

}

.wz_one p {

	color: #5c5c5c;

	font-size: 14px;

}

.wj_one {

	text-align: center;

}

.wj_one .wj_two {

	font-size: 25px;

	color: #333333;

	overflow: hidden;

	margin-top: 10px;

	text-align: center;

	font-weight: bold;

}

.kb {

	width: 299px;

	float: left;

}

.kb_two {

	text-align: center;

}

.kb_two .kb_three {

	font-size: 25px;

	color: #333333;

	overflow: hidden;

	margin-top: 10px;

	font-weight: 700;

}

.kb_two p {

	color: #5c5c5c;

	font-size: 14px;

}

.kb_two .kb_four {

}

.zl a {

	display: block

}

.zl a:hover p {

	color: #00A0E8 !important;

}

/*产品展示区 css*/

.cpzs {

	overflow: hidden;

	padding: 40px 0;

	background: #fff;

}

.cpzs02 {

	overflow: hidden;

	padding: 40px 0;

	background: -webkit-linear-gradient(top, #ffffff, #fefefe, #f6f6f6);

}

.bt {

	margin-bottom: 66px;

}

.bt_one {

	padding-bottom: 20px;

	border-bottom: 1px solid #ebebeb;

}

.bt_one p {

	color: #333333;

	font-size: 35px;

	font-family: SourceHanSansCN, "Microsoft Yahei";

	text-align: center;

	

}

.bt_hg {

	background: #00A0E8;

	height: 3px;

	width: 70px;

	margin: 0 auto;

	margin-top: -2px;

	margin-bottom: 18px;

}

.bt_two {

	color: #999999;

	font-size: 16px;

	text-align: center;

}

/* 产品图片滚动 css */



.slideTxtBox {

	width: 1200px;

	text-align: left;

	overflow: hidden;

}

.slideTxtBox .hd {

	margin-bottom: 30px;

}

.slideTxtBox .hd ul {

	overflow: hidden;

}

.slideTxtBox .hd ul li {

	cursor: pointer;

	width: 396px;

	display: inline-block;

	text-align: center;

	border-right: 1px dotted #c6c6c6;

}

.slideTxtBox .hd ul li.on .obg .img01lan {

	top: 0;

}

.slideTxtBox .hd ul li.on .obg .img01 {

	top: -70px;

}

.slideTxtBox .hd ul li.on .owz p, .slideTxtBox .hd ul li.on .owz span {

	color: #00A0E8;

}

.slideTxtBox .bd ul {

}

.slideTxtBox .bd li {

	width: 376px;

	float: left;

	display: block;

	margin: 20px 35px 0 0;

}

.slideTxtBox .bd li .pic {

	overflow: hidden;

	    border: 1px solid #ccc;

    padding: 1px;

    display: flex;

    align-items: center;

}

.slideTxtBox .bd li .pic img {

	display: block;

	transition: All 0.4s ease-in-out;

	-webkit-transition: All 0.4s ease-in-out;

	-moz-transition: All 0.4s ease-in-out;

	-o-transition: All 0.4s ease-in-out;

	    max-width: 100%;

	    max-height:372px;

	    margin: 0 auto;

}

.slideTxtBox .bd li:hover .pic img {

	transform: scale(1.1, 1.1);

	-ms-transform: scale(1.1, 1.1);

	-moz-transform: scale(1.1, 1.1);

	-webkit-transform: scale(1.1, 1.1);

	-o-transform: scale(1.1, 1.1);

}

.slideTxtBox .bd li .title {

	text-align: center;

	font-size: 16px;

	color: #333;

	line-height: 50px;

}

.slideTxtBox .hd li div {

	display: inline-block;

}

.slideTxtBox .hd li div.owz {

	    display: block;

}

.obg {

	width: 70px;

	height: 70px;

	position: relative;

	overflow: hidden;

}

.obg .img01 {

	position: absolute;

	top: 0;

	left: 0;

}

.obg .img01lan {

	display: block;

	position: absolute;

	top: 70px;

	left: 0;

}

.owz p {

	font-size: 18px;

	color: #333;

	display: block;

	line-height: 36px;

}

.owz span {

	font-size: 12px;

	color: #999;

	text-transform: uppercase;

	line-height: 4px;

	display: block;

}

/*产品展示结束*/





/*解决方案 css*/

.jjfa {

	padding-bottom: 30px;

	background: #f8f8f8;

	overflow: hidden;

}

.fa_bt .fa_one p {

	color: #333333;

	font-size: 35px;

	margin-top: 40px;

	text-align: center;

}

.fa_hx {

	background: #ebebeb;

	height: 1px;

	margin-top: 20px;

}

.fa_hg {

	background: #00A0E8;

	height: 3px;

	width: 70px;

	margin: 0 auto;

	margin-top: -2px;

	margin-bottom: 18px;

}

.fa_two {

	color: #999999;

	font-size: 16px;

	    text-align: center;

}

.fa_wb {

	margin-top: 58px;

	overflow: hidden;

}

.jscb {

	border: 1px dashed #e6e6e6;

	width: 273px;

	height: 420px;

}

.kjgh {

	margin-left: 32px;

	border: 1px dashed #e6e6e6;

	width: 273px;

	height: 420px;

}

.gxdj {

	margin-left: 32px;

	border: 1px dashed #e6e6e6;

	width: 273px;

	height: 420px;

}

.pzjk {

	margin-left: 32px;

	border: 1px dashed #e6e6e6;

	width: 273px;

	height: 420px;

}

.jscb .js a img {

	margin-top: 60px;

	margin-bottom: 27px;

}

.kjgh .kj a img {

	margin-top: 60px;

	margin-bottom: 27px;

}

.gxdj .gx a img {

	margin-top: 60px;

	margin-bottom: 27px;

}

.pzjk .pz a img {

	margin-top: 60px;

	margin-bottom: 27px;

}

.dd {

	background: #eeeeee;

	height: 1px;

	width: 224px;

	margin-left: 25px;

	margin-bottom: 23px;

}

.fa_wb li {

	display: block;

	float: left;

	border: 1px dashed #e6e6e6;

	padding: 25px;

	width: 224px;

	margin-right: 32px;

}

.ico_img {

	width: 85px;

	height: 85px;

	margin: 0 auto;

	display: block!important;

	overflow: hidden;

	position: relative;

}

.ico_img * {

	transition: all .8s ease;

	-moz-transition: all .8s ease;

	-webkit-transition: all .8s ease;

	-o-transition: all .8s ease;

}

.ico_img .ico01 {

	position: absolute;

	top: 0;

	left: 0;

}

.ico_img .ico01lan {

	display: block;

	position: absolute;

	top: 86px;

	left: 0;

}

.icotit {

	text-align: center;

	padding-top: 15px;

	padding-bottom: 15px;

	border-bottom: 1px solid #eee;

}

.icotit p {

	font-size: 22px;

	color: #444444;

	line-height: 22px;

}

.icotit span {

	font-size: 14px;

	color: #bfbebe;

	text-transform: uppercase;

}

.fa_wb li .wen {

	text-align: center;

	font-size: 14px;

	color: #555555;

	line-height: 26px;

	padding-top: 15px;

	height: 150px;

}

.fa_wb li .zixun {

	display: block;

	width: 100px;

	height: 27px;

	line-height: 27px;

	text-align: center;

	font-size: 12px;

	color: #666;

	border: 1px solid #c9c9c9;

	margin: 35px auto 30px auto;

}

.fa_wb li:hover {

	cursor: pointer;

}

.fa_wb li:hover .ico01lan {

	top: 0px;

}

.fa_wb li:hover .ico01 {

	top: -86px;

}

.fa_wb li:hover .icotit p, .fa_wb li:hover .icotit span {

	color: #00A0E8;

}

.fa_wb li:hover .zixun {

	background: #00A0E8;

	color: #fff;

	border: 1px solid #00A0E8;

}

.fa_zxrs {

	width: 311px;

	height: 58px;

	background: #00A0E8;

	margin-top: 57px;

	margin-left: 444px;

	margin-bottom: 30px;

	clear: both;

}

.fa_zxrs p {

	font-size: 16px;

	color: #ffffff;

	text-align: center;

	line-height: 58px;

}

.fa_zxrs p span {

	font-size: 18px;

	font-weight: 700;

}

.fa_zxrs p a:hover {

	color: #333333!important;

}

/*合作案例css*/



.slideTxtBox02 {

	width: 1200px;

	text-align: left;

	overflow: hidden;

}

.slideTxtBox02 .hd {

	margin-bottom: 30px;

}

.slideTxtBox02 .hd ul {

	overflow: hidden;

}

.slideTxtBox02 .hd ul li {

	cursor: pointer;

	width: 596px;

	display: inline-block;

	text-align: center;

	border-right: 1px dotted #c6c6c6;

}

.slideTxtBox02 .hd ul li.on .obg .img01lan {

	top: 0;

}

.slideTxtBox02 .hd ul li.on .obg .img01 {

	top: -45px;

}

.slideTxtBox02 .hd ul li.on .owz p, .slideTxtBox02 .hd ul li.on .owz span {

	color: #00A0E8;

}

.slideTxtBox02 .bd ul {

}

.slideTxtBox02 .hd li div {

	display: inline-block;

}

.slideTxtBox02 .hd li div.owz {

	text-align: left;

	margin-left: 6px;

}

.slideTxtBox02 .bd .pic1 {

	width: 581px;

	height: 355px;

	float: left;

	margin: 0 37px 35px 0;

}

.slideTxtBox02 .bd .pic1 .pic {

	position: absolute;

	z-index: 10;

}

.slideTxtBox02 .bd .pic1 .pic_wenzi {

	width: 389px;

	height: 230px;

	position: absolute;

	color: #fff;

	padding: 125px 96px 0 96px;

	background-color: rgba(48,147,231,0.90);

	z-index: 9;

	top: 356px;

	left: 0;

}

.slideTxtBox02 .bd .pic1 .pic_wenzi p {

	font-size: 18px;

	line-height: 28px;

	text-align: center;

	padding-bottom: 10px;

}

.slideTxtBox02 .bd .pic1 .pic_wenzi span {

	font-size: 14px;

	line-height: 25px;

	text-align: center;

	display: block;

}

.slideTxtBox02 .bd li .pic {

	width: 581px;

	height: 355px;

}

.slideTxtBox02 .bd ul li {

	overflow: hidden;

	position: relative;

}

.slideTxtBox02 .bd .pic2 {

	width: 377px;

	height: 231px;

	float: left;

	margin: 0 33px 0 0;

}

.slideTxtBox02 .bd .pic2 .pic {

	position: absolute;

	z-index: 10;

	width: 377px;

	height: 231px;

}

.slideTxtBox02 .bd .pic2 .pic_wenzi {

	width: 293px;

	height: 160px;

	position: absolute;

	color: #fff;

	background-color: rgba(48,147,231,0.90);

	z-index: 9;

	top: 232px;

	left: 0;

	padding: 71px 42px 0 42px;

}

.slideTxtBox02 .bd .pic2 .pic_wenzi p {

	font-size: 18px;

	line-height: 28px;

	text-align: center;

	padding-bottom: 10px;

}

.slideTxtBox02 .bd .pic2 .pic_wenzi span {

	font-size: 14px;

	line-height: 25px;

	text-align: center;

}

.slideTxtBox02 .bd ul li:hover .pic_wenzi {

	z-index: 11;

	top: 0;

}

.slideTxtBox02 .bd .pic2 .pic img {

	width: 377px;

	height: 231px;

}

/* 合作客户榜单css */

.gundon {

	margin-top: 60px;

}

.gundon .hzbd {

	float: left;

	width: 133px;

	height: 133px;

	background: url(../images/djx.png);

	background-color: #00A0E8;

	margin-right: 22px;

	text-align: center;

}

.gundon .hzbd p {

	color: #fff;

	font-size: 16px;

	line-height: 16px;

	padding-top: 57px;

}

.picScroll-left04 {

	position: relative;

	float: left;

}

.picScroll-left04 .hd {

}

.picScroll-left04 .hd .prev {

	position: absolute;

	display: block;

	width: 18px;

	height: 33px;

	cursor: pointer;

	background: url(../images/gtjt-z.png) no-repeat;

	top: 50px;

	left: -6px;

}

.picScroll-left04 .hd .next {

	position: absolute;

	display: block;

	width: 18px;

	height: 33px;

	cursor: pointer;

	background: url(../images/gtjt-r.png) no-repeat;

	top: 50px;

	right: -10px;

	z-index: 99999;

}

.picScroll-left04 .bd {

	padding-top: 18px;

	margin-left: 20px;

}

.picScroll-left04 .bd ul {

	overflow: hidden;

	zoom: 1;

}

.picScroll-left04 .bd ul li {

	float: left;

	_display: inline;

	overflow: hidden;

	text-align: center;

	margin-right: 18px;

}

.picScroll-left04 .bd ul li .pic {

	text-align: center;

}

.picScroll-left04 .bd ul li .pic img {

	width: 181px;

	height: 87px;

	display: block;

	padding: 2px;

	border: 1px solid #eeeeee;

	background: #fff;

}

/* 为什么css */







.slideTxtBox03 .hd {

	overflow: hidden;

	margin-bottom: 30px;

}

.slideTxtBox03 .hd ul {

	float: left;

}

.slideTxtBox03 .hd ul li {

	float: left;

	cursor: pointer;

	width: 221px;

	height: 83px;

	margin-right: 21px;

	border: 1px solid #ededed;

	text-align: center;

	padding: 22px 0 0 0;

}

.slideTxtBox03 .hd ul li .wsm_img {

	width: 66px;

	height: 66px;

	display: block;

	overflow: hidden;

	position: relative;

	float: left;

	padding-right: 10px;

	margin: 0px 0 0 28px;

}

.slideTxtBox03 .hd ul li .wsm_wenzi {

	display: block;

	text-align: left;

	float: left;

	margin-top: 10px;

}

.slideTxtBox03 .hd ul li .wsm_wenzi p {

	color: #666;

	font-size: 18px;

	line-height: 26px;

}

.slideTxtBox03 .hd ul li.on .wsm_wenzi p {

	color: #fff;

	font-weight: 700;

}

.slideTxtBox03 .hd ul li.on {

	background: #00A0E8;

	border: 1px solid #00A0E8;

}

.slideTxtBox03 .hd ul li .zhan01 {

	position: absolute;

	top: 0;

	left: 0;

}

.slideTxtBox03 .hd ul li .zhanlan {

	position: absolute;

	top: 66px;

}

.slideTxtBox03 .hd ul li.on .zhanlan {

	top: 0;

	left: 0;

}

.slideTxtBox03 .hd ul li.on .zhan01 {

	top: 66px;

}

.wsm_bt {

	margin:40px 0 40px 0;

}

.wsm_bt p {

	color: #333333;

	font-size: 35px;

	text-align: center;

}

.wsm_bt span {

	border-bottom: #00A0E8 solid 3px;

	padding-bottom: 18px;

}

.slideTxtBox03 .bd {

}

.slideTxtBox03 .bd ul {

	zoom: 1;

}

.slideTxtBox03 .bd li {

	height: 24px;

	line-height: 24px;

}

.slideTxtBox03 .bd li .date {

	float: right;

	color: #999;

}

.slideTxtBox03 .bd .liubo {

	height: 632px;

	overflow: hidden;

}

.slideTxtBox03 .bd .liubo .liubo_bj {

	background-color: rgba(255,255,255,0.90);

	width: 630px;

	    height: 310px;

    margin-top: 210px;

}

.liubo .liubo_bj .liubo_wen {

	width: 422px;

	padding: 30px 53px 0 0;

}

.liubo .liubo_bj .liubo_wen p {

	color: #000;

	font-size: 28px;

	line-height: 58px;

}

.liubo .liubo_bj .liubo_wen p span {

	color: #00A0E8;

	font-weight: 700;

}

.liubo .liubo_bj .liubo_wen .wenzi {

	color: #666;

	font-size: 15px;

	line-height: 30px;

}

.liubo .liubo_bj .liubo_wen .wenzi pre {

	font: 15px Arial, "Microsoft Yahei";

	white-space: pre-wrap;

	white-space: -moz-pre-wrap;

	white-space: -pre-wrap;

	white-space: -o-pre-wrap;

	word-wrap: break-word;

	line-height: 30px;

	margin: 0;

}

.liubo .liubo_bj .liubo_bji {

	padding: 0 0 0 45px;

	margin-top: -30px;

}



.ystel{

	background: rgb(48, 147, 231);

	    width: 250px;

    height: 45px;

	text-align: center;

	font-size: 16px;

    color: #ffffff;

	line-height: 45px;

	    border-radius: 8px;

    margin-top: 15px;

}

.ystel span{

    font-size: 18px;

    font-weight: 700;

}



/*定制设计*/

.djshenji {

	background: #f5f5f5;

	overflow: hidden;

	padding: 50px 0;

}

.shenji_bt {

	text-align: center;

	margin-bottom: 35px;

}

.js_bt {

	padding-bottom: 10px;

	border-bottom: 1px solid #ebebeb;

}

.shenji_bt .js_bt p {

	color: #333;

	font-size: 35px;

}

.shenji_bt .js_bt p span {

	border-bottom: 3px solid #00A0E8;

	padding-bottom: 21px;

}

.js_bt1 p {

	text-align: center;

	margin-top: 12px;

}

.js_nr ul li {

	float: left;

}

.js_nr .liuche {

	width: 220px;

	height: 122px;

	background: #00A0E8;

	text-align: center;

	font-weight: 700;

	float: left;

	margin-right: 30px;

}

.js_nr .liuche p {

	color: #fff;

	font-size: 28px;

	line-height: 30px;

	padding-top: 35px;

}

.js_nr .liuche span {

	color: #7fb5ee;

	font-size: 14px;

	text-transform: uppercase;

}

.js_one .we_o {

	width: 73px;

	float: left;

	margin: 37px 0 0 38px;

}

.js_one {

	width: 220px;

	;

	height: 122px;

	background: #fff;

}

.js_one .we_o p {

	color: #333;

	font-size: 18px;

	line-height: 24px;

}

.js_one .img_a {

	width: 53px;

	height: 51px;

	float: right;

	overflow: hidden;

	display: inline-block;

	text-align: center;

	margin: 33px 34px 0 15px;

	position: relative;

}

.zb {

	float: left;

	width: 51px;

	height: 51px;

	background: #f5f5f5;

	border-radius: 50%;

	margin-left: -14px;

	margin-top: 35px;

	z-index: 9;

	position: relative;

}

.js_one02 {

	margin-left: -14px;

	z-index: 8;

}

.js_nr ul li:hover .js_one {

	background: #00A0E8;

}

.js_nr ul li:hover .we_o p {

	color: #fff;

}

.img_a .r1 {

	top: 0;

	left: 0;

	position: absolute;

}

.img_a .r2 {

	top: 52px;

	position: absolute;

}

.js_nr ul li:hover .img_a .r1 {

	top: 52px;

}

.js_nr ul li:hover .img_a .r2 {

	top: 0;

	left: 0;

}

/*朗哥家具*/

.langgejiaju {

	height: 1200px;

}

.langsix {

	margin-top: 86px;

}

.langsix div {

	float: left;

}

.lang_s {

	position: relative;

	width: 557px;

	height: 637px;

	margin-right: 43px;

}

.lang_z .zt {

	width: 520px;

	height: 600px;

	overflow: hidden;

	z-index: 1;

	zoom: 1;

	position: absolute;

}

.lang_z .zk {

	width: 520px;

	height: 600px;

	left: 0;

	border: 3px solid #eeeeee;

	margin-top: 31px;

	margin-left: 30px;

	position: absolute;

}

.lang_r {

	width: 600px;

	height: 636px;

	margin-bottom: 68px;

}

.lang_r .r_bt {

	margin-top: 30px;

	margin-left: 20px;

}

.lang_r .r_bt p {

	color: #333;

	font-size: 30px;

	font-weight: 700;

	line-height: 37px;

}

.lang_r .r_bt .r_bt_b{

	margin-bottom: 10px;

	display: inline-block;

  border-bottom: solid #00A0E8;

}

    

.lang_r .r_wen {

	color: #666;

	font-size: 14px;

	line-height: 30px;

	margin-top: 23px;

	margin-left: 20px;

}

.lang_r .lijie {

	width: 123px;

	height: 35px;

	line-height: 35px;

	font-size: 14px;

	color: #fff;

	background: #00A0E8;

	display: block;

	margin-top: 300px;

	text-align: center;

	margin-left: 20px;

}

.lang_r .lijie:hover {

	background: #0764b2;

	color: #fff;

}

.r_qrfc {

	margin-top: 62px;

	position: relative;

	margin-right: 5px;

}

.r_qrfc .qrfc {

	width: 296px;

	height: 200px;

	position: absolute;

}

.lang_r img{

	max-width:100%;

}

.r_qrfc .fc {

	position: absolute;

	width: 296px;

	height: 48px;

	line-height: 48px;

	color: #fff;

	background: black;

	background: rgba(51, 51, 51, .8);

	;

	font-size: 16px;

	margin-top: 153px;

	text-align: center;

}

.lang_r .gylg {

	margin-left: 300px;

	margin-top: 62px;

	position: relative;

}

.gylg .gy_img {

	width: 296px;

	height: 200px;

	position: absolute;

	float: right;

}

.gylg .td {

	position: absolute;

	width: 296px;

	height: 48px;

	line-height: 48px;

	color: #fff;

	background: black;

	background: rgba(51, 51, 51, .8);

	;

	font-size: 16px;

	margin-top: 153px;

	text-align: center;

}

/* 资质证书滚动css */



.picScroll-left {

	position: relative;

}

.picScroll-left .hd .prev {

	width: 21px;

	height: 45px;

	position: absolute;

	top: 170px;

	left: -35px;

	background: url(../images/zjt.png) no-repeat;

}

.picScroll-left .hd .next {

	width: 21px;

	height: 45px;

	position: absolute;

	top: 170px;

	right: -35px;

	background: url(../images/rjt.png) no-repeat;

	z-index: 9;

}

.picScroll-left .hd a:hover {

	cursor: pointer;

}

.picScroll-left .bd {

	width: 1200px!important;

}

.picScroll-left .bd ul {

	overflow: hidden;

	zoom: 1;

}

.picScroll-left .bd ul li {

	margin: 0 32px 0 0;

	float: left;

	_display: inline;

	overflow: hidden;

	text-align: center;

	width: 276px;

	z-index: 8;

}

.picScroll-left .bd ul li .pic {

	text-align: center;

	width: 268px;

	!height: 184px;

	border: 1px solid #efefef;

	display: inline-block;

	padding: 3px;

}

.picScroll-left .bd ul li .pic img {

	display: block;

	width: 268px;

	!height: 184px;

}

.picScroll-left .bd ul li .pic a:hover img {

	border-color: #999;

}

.picScroll-left .bd ul li .title {

	line-height: 28px;

	font-size: 14px;

	color: #333;

	width: 100%;

	text-align: center;

	margin-top: 15px;

}

/*客户见证css*/



.picScroll-left02 {

	width: 1200px;

	position: relative;

	margin-top: 45px;

}

.picScroll-left02 .hd {

	width: 100px;

}

.picScroll-left02 .hd .prev {

	left: 409px;

	top: 345px;

	position: absolute;

	width: 62px;

	height: 50px;

	display: block;

	background: url(../images/kehujt-z.jpg) no-repeat;

}

.picScroll-left02 .hd .next {

	right: 409px;

	top: 345px;

	position: absolute;

	width: 62px;

	height: 50px;

	display: block;

	background: url(../images/kehujt-r.jpg) no-repeat;

}

.picScroll-left02 .hd a:hover {

	cursor: pointer;

}

.picScroll-left02 .bd {

	width: 1200px;

}

.picScroll-left02 .bd ul {

	overflow: hidden;

	zoom: 1;

}

.picScroll-left02 .bd ul li {

	float: left;

	_display: inline;

	overflow: hidden;

	text-align: center;

	width: 360px;

	height: 295px;

	margin-right: 53px;

}

.picScroll-left02 .kehu1 {

	border: 1px solid #53a8f1;

	width: 357px;

	height: 213px;

	margin-top: -100px;

}

.picScroll-left02 .kehu1 .kehu_wen {

	width: 85%;

	margin: 100px auto;

}

.picScroll-left02 .kehu1 .kehu_wen p {

	color: #fff;

	font-size: 16px;

	font-weight: 700;

	padding-bottom: 10px;

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.picScroll-left02 .kehu1 .kehu_wen span {

	color: #cde8ff;

	font-size: 13px;

	line-height: 20px;

}

.picScroll-left02 .kehu_img {

	width: 169px;

	height: 169px;

	border-radius: 50%;

	text-align: center;

	display: inline-block;

	overflow: hidden;

}

.picScroll-left02 .kehu_img img {

	max-width:100%;

}

.zuxu {

	background: #0764b2;

	width: 254px;

	height: 50px;

	margin: 0 auto;

	margin-top: 50px;

	text-align: center;

}

.zuxu p {

	color: #fff;

	font-size: 16px;

	padding-top: 10px;

}

.zuxu p span {

	color: #fff;

	font-size: 18px;

	font-weight: 700;

}

.picScroll-left02 .bd ul li .pic {

	text-align: center;

}

.picScroll-left02 .bd ul li .pic img {

	width: 120px;

	height: 90px;

	display: block;

	padding: 2px;

	border: 1px solid #ccc;

}

.picScroll-left02 .bd ul li .pic a:hover img {

	border-color: #999;

}

.picScroll-left02 .bd ul li .title {

	line-height: 24px;

}

.kehujiaozhe {

	/*	background: url(../images/kehu.png);*/

	background-color: #2188de;

	padding: 50px 0;

}

.kehujiaozhe .kehu_nr .nr_wz {

	border-bottom: 1px solid #4098e2;

	padding-bottom: 21px;

	width: 1200px;

	text-align: center;

}

.kehujiaozhe .kehu_nr .nr_wz p {

	color: #fff;

	font-size: 35px;

	font-family: 'SourceHanSansCN', "Microsoft Yahei";

	letter-spacing: 2px;

	margin: 0 auto;

}

.kehujiaozhe .kehu_nr .nr_wz span {

	border-bottom: 3px solid #fff;

	padding-bottom: 32px;

}

.kehujiaozhe .kehu_nr .nr_wz2 {

	width: 1200px;

	text-align: center;

	margin-top: 18px;

}

.kehujiaozhe .kehu_nr .nr_wz2 p {

	color: #96cfff;

	font-size: 16px;

}

.kehujiaozhe .kehu_zp {

	margin-top: 48px;

}

.kehu_nr .kehu_zp div {

	float: left;

}

.kehu_nr .kehu_zp .zp1 {

	width: 360px;

	height: 297px;

	position: relative;

	margin-right: 57px;

}

.kehu_nr .kehu_zp .zp1 .zp_wen {

	width: 360px;

	height: 213px;

	border: 1px solid #439ae4;

	position: absolute;

	margin-top: 98px;

	text-align: center;

}

.kehu_nr .kehu_zp .zp1 .zp_wen .wt {

	padding-top: 100px;

	text-align: center;

	width: 362px;

}

.kehu_zp .zp1 .zp_wen .wt .tt {

	width: 362px;

	color: #fff;

	font-size: 16px;

	font-weight: 700;

	line-height: 16px;

	margin: 0 auto;

}

.kehu_nr .kehu_zp .zp1 .zp_wen .wenzi {

	color: #cde8ff;

	font-size: 13px;

	line-height: 20px;

	padding: 10px 22px 0 22px;

}

.kehu_nr .kehu_zp .zp1 .zp_r {

	width: 169px;

	height: 169px;

	border-radius: 50%;

	z-index: 1;

	overflow: hidden;

	zoom: 1;

	position: absolute;

	margin-left: 90px;

}

.zp1 .wenzi:hover a {

	color: #fff;

}

.kehu_nr .kehu_zp .zp2 {

	width: 360px;

	height: 297px;

	position: relative;

	margin-right: 57px;

}

.kehu_nr .kehu_zp .zp2 .zp_wen1 {

	width: 360px;

	height: 213px;

	border: 1px solid #439ae4;

	position: absolute;

	margin-top: 98px;

}

.kehu_nr .kehu_zp .zp2 .zp_wen1 .wt {

	padding-top: 100px;

	text-align: center;

	width: 362px;

}

.kehu_zp .zp2 .zp_wen1 .wt .tt {

	width: 362px;

	color: #fff;

	font-size: 16px;

	font-weight: 700;

	line-height: 16px;

	margin: 0 auto;

}

.kehu_nr .kehu_zp .zp2 .zp_wen1 .wenzi1 {

	color: #cde8ff;

	font-size: 13px;

	line-height: 20px;

	padding: 10px 22px 0 22px;

}

.kehu_nr .kehu_zp .zp2 .zp_r1 {

	width: 169px;

	height: 169px;

	border-radius: 50%;

	z-index: 1;

	overflow: hidden;

	zoom: 1;

	position: absolute;

	margin-left: 90px;

}

.zp2 .wenzi1:hover a {

	color: #fff;

}

.kehu_nr .kehu_zp .zp3 {

	width: 360px;

	height: 297px;

	position: relative;

}

.kehu_nr .kehu_zp .zp3 .zp_wen2 {

	width: 360px;

	height: 213px;

	border: 1px solid #439ae4;

	position: absolute;

	margin-top: 98px;

}

.kehu_nr .kehu_zp .zp3 .zp_wen2 .wt {

	padding-top: 100px;

	text-align: center;

	width: 362px;

}

.kehu_zp .zp3 .zp_wen2 .wt .tt {

	width: 362px;

	color: #fff;

	font-size: 16px;

	font-weight: 700;

	line-height: 16px;

	margin: 0 auto;

}

.kehu_nr .kehu_zp .zp3 .zp_wen2 .wenzi2 {

	color: #cde8ff;

	font-size: 13px;

	line-height: 20px;

	padding: 10px 22px 0 22px;

}

.kehu_nr .kehu_zp .zp3 .zp_r2 {

	width: 169px;

	height: 169px;

	border-radius: 50%;

	z-index: 1;

	overflow: hidden;

	zoom: 1;

	position: absolute;

	margin-left: 90px;

}

.zp3 .wenzi2:hover a {

	color: #fff;

}

/*新闻问题css*/

.xinwen {

	height: 606px;

	background: #f6f6f6;

}

.xinwen_nr .xinwen_z {

	width: 588px;

	padding-top: 70px;

}

.langzixu {

	width: 588px;

	height: 470px;

	text-align: left;

}

.langzixu .hd {

	height: 30px;

	line-height: 30px;

	padding: 0 10px 5px 20px;

	position: relative;

	border-bottom: 1px solid #d2d2d3;

}

.langzixu .hd ul {

	float: left;

	position: absolute;

	left: 0;

	top: -1px;

	height: 32px;

}

.langzixu .hd span {

	float: left;

	font-size: 20px;

	padding: 0 10px 0 10px;

	display: block;

}

.langzixu .hd ul li {

	float: left;

	cursor: pointer;

	font-size: 18px;

	color: #666;

}

.langzixu .hd ul li.on {
	height: 35px;
	border-bottom: 2px solid #00A0E8;
}
.langzixu .bd ul li .xin_img {
	position: relative;
	overflow: hidden;
	height: 153px;
	margin-bottom: 17px;
	width: 250px;
	float: left;
}
.langzixu .bd ul li a.ainews{
	display: block;
    float: right;
    width: 320px;
}
.langzixu .bd ul li .xin_img .xw-img {
	position: absolute;
	width: 100%;
}
.langzixu .bd ul li .xin_img .tuoti {
	position: absolute;
	right: 0;
	top: 0;
}
.langzixu .bd ul li a .xin_wz {
	border-bottom: 1px solid #d2d2d3;
	padding-bottom: 20px;
}
.langzixu .bd ul li a .xin_wz p {
	color: #333;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.langzixu .bd ul li a .xin_wz span {

	color: #999;

	font-size: 14px;

}

.langzixu .bd ul li a .xin_wz span .lj {

	color: red;

}

.langzixu .bd ul li .xin_bt {

	color: #333;

	font-size: 14px;

}

.langzixu .bd ul {

	padding-top: 30px;

	zoom: 1;

}

.langzixu .bd li {

	line-height: 24px;

	padding-bottom: 5px;

	clear: both;

}

.langzixu .bd li .date {

	float: right;

	font-size: 12px;

	color: #999;

}

/* 下面是MORE代码，如果不需要删除即可 */

.langzixu .arrow {

	position: absolute;

	right: 10px;

	top: 0;

}

.langzixu .gd {

	display: block;

	width: 53px;

	height: 22px;

	float: right;

	margin-right: 5px;

	overflow: hidden;

	cursor: pointer;

}

/*常见问题css*/



.txtMarquee-top {

	width: 490px;

	overflow: hidden;

	position: relative;

}

.wenti .weiti_bt {

	position: relative;

}

.wenti .weiti_bt p {

	color: #666;

	font-size: 18px;

	border-bottom: 3px solid #00A0E8;

	width: 109px;

	padding-bottom: 8px;

	margin-bottom: -2px;

}

.wenti .weiti_bt a {

	position: absolute;

	right: 0;

	top: 0;

}

.wenti .weiti_bt {

	border-bottom: 1px solid #d2d2d3;

	margin-bottom: 31px;

}

.txtScroll-top {

	overflow: hidden;

	position: relative;

	height: 460px;

}

.txtScroll-top .bd {

	height: 460px;

}

.txtScroll-top .infoList li {

	height: 105px;

}

.txtScroll-top .infoList li .date {

	float: right;

	color: #999;

}

.txtScroll-top .tempWrap {

	height: 400px!important

}

.txtScroll-top .title img, .txtScroll-top .note img {

	float: left;

	padding-right: 10px;

	display: block;

}

.txtScroll-top .title p {

	color: #333;

	font-size: 16px;

	float: left;

	line-height: 18px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	display: block;

	width: 430px;

}

.txtScroll-top .note span {

	color: #999;

	font-size: 14px;

	line-height: 26px;

	width: 451px;

	display: block;

	float: left;

}

.txtScroll-top .title {

	widht: 100%;

	overflow: hidden;

	margin-bottom: 10px;

}

.txtScroll-top .note img {

	padding-top: 3px;

}

.txtMarquee-top .hd {

	height: 30px;

	line-height: 30px;

	padding: 0 10px 5px 20px;

	position: relative;

	border-bottom: 1px solid #d2d2d3;

}

.txtMarquee-top .bd {

	padding-top: 30px;

}

.txtMarquee-top .infoList li {

	height: 102px;

}

.infoList .wei p {

	height: 35px;

}

.infoList .wei .wa1 {

	font-size: 16px;

	color: #333;

	text-align: center;

	line-height: 20px;

	padding-left: 30px;

}

.infoList .wei .wa {

	font-size: 12px;

	color: #fff;

	background: #00A0E8;

	border-radius: 3px;

	display: block;

	width: 20px;

	line-height: 20px;

	text-align: center;

	position: absolute;

}

.infoList .wei .da {

	font-size: 12px;

	color: #fff;

	background: #333;

	border-radius: 3px;

	display: block;

	width: 20px;

	line-height: 20px;

	text-align: center;

	position: absolute;

}

.infoList .wei .da1 {

	font-size: 14px;

	color: #999;

	text-align: center;

	line-height: 20px;

	padding-left: 2em;

	text-indent: 2em;

}

.txtMarquee-top .infoList li .date {

	float: right;

	color: #999;

}

.xinwen_nr .wenti {

	width: 490px;

	height: 470px;

	margin-top: 70px;

}

/* 下面是MORE代码，如果不需要删除即可 */

.txtMarquee-top .more1 {

	position: absolute;

	right: 10px;

	top: 0;

}

.txtMarquee-top .more1 a {

	display: block;

	width: 53px;

	height: 22px;

	float: right;

	margin-right: 5px;

	overflow: hidden;

	cursor: pointer;

}

/*友情链接css*/

.youqing {

	overflow: hidden;

	padding-bottom: 80px;

}

.youqing .qing .you {

	font-size: 17px;

	color: #333;

	padding-right: 45px;

	padding-top: 40px;

}

.youqing .qing .you1 {

	padding-left: 7px;

	font-size: 15px;

	color: #333;

}

.youqing .qing div {

/*	float: left;*/

}

.youqing .qing_lj {

	padding-top: 13px;

	float: none;

}

.youqing .qing_lj a {

	padding-right: 15px;

}

/*底部css*/

.wengbu {

	height: 475px;

	background: #120d0a;

}

.wengbu .weng_nr {

	position: relative;

}

.wengbu .weng_nr .weng_logo {

	width: 572px;

	padding-top: 75px;

}

.weng_nr .weng_logo .weng_wz p {

	color: #7a7a7a;

	font-size: 14px;

	line-height: 37px;

}

.weng_nr .weng_logo .weng_wz {

	padding-top: 30px;

}

.weng_nr .weng_logo .weng_wz span {

	padding-left: 25px;

}

.weng_nr .weng_logo .weng_dh div {

	float: left;

}

.weng_nr .weng_logo .weng_dh .dh_img {

	width: 31px;

	height: 31px;

	border-radius: 50%;

	background: #00A0E8;

	margin-top: 40px;

	margin-right: 20px;

}

.weng_nr .weng_logo .weng_dh .dh_wz {

	color: #00A0E8;

	font-size: 30px;

	margint-left: 30px;

	margin-top: 29px;

	text-align: center;

}

.weng_nr .weng_daohai {

	width: 600px;

	padding-top: 81px;

}

.weng_nr .weng_daohai div {

	float: left;

}

.weng_nr .weng_daohai .weng_cpzx {

	margin-right: 135px;

}

.weng_nr .weng_daohai .weng_cpzx .yw {

	color: #666665;

	font-size: 16px;

}

.weng_nr .weng_daohai .weng_cpzx .zw {

	color: #999;

	font-size: 16px;

}

.weng_nr .weng_daohai .weng_cpzx p {

	line-height: 20px;

}
.weng_nr .weng_daohai .weng_cpzx ul {
	padding-top: 17px;
}
.weng_nr .weng_daohai .weng_cpzx li {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 40px;
}
.weng_nr .weng_daohai .weng_wzdh .yw {
	color: #666665;
	font-size: 16px;
}
.weng_nr .weng_daohai .weng_wzdh .zw {
	color: #999;

	font-size: 16px;

}

.weng_nr .weng_daohai .weng_wzdh p {

	line-height: 20px;

}

.weng_nr .weng_daohai .weng_wzdh ul {

	padding-top: 57px;

}

.weng_nr .weng_daohai .weng_wzdh li {

	color: #7a7a7a;

	font-size: 14px;

	line-height: 40px;

}

.weng_nr .weng_daohai .weng_er {

	width: 199px;

	height: 367px;

	position: absolute;

	z-index: 1;

	overflow: hidden;

	zoom: 1;

	right: 0;

}

.weng_nr .weng_daohai .weng_er .muwei {

	width: 199px;

	height: 119px;

}

.weng_nr .weng_daohai .weng_er .erweima {

	width: 199px;

	height: 220px;

	background: #00A0E8;

}

.weng_nr .weng_daohai .weng_er .erweima img {

	    padding: 10px 10px 0 ;

    width: 180px;

}

.weng_nr .weng_daohai .weng_er .erweima p {

	text-align: center;

	color: #fff;

	font-size: 12px;

}

/*加盟合作*/

.jmbanner {

	width: 100%;

	height: 500px;

}

.jmbanner .wen {

	padding-top: 180px;

}

.jmbanner .wen h2 {

	font-size: 38px;

	color: #00A0E8;

	line-height: 40px;

	font-weight: normal;

}

.jmbanner .wen p {

	font-size: 14px;

	color: #bdbdbd;

	text-transform: uppercase;

}

.jmbanner .wen .line {

	width: 40px;

	height: 2px;

	color: #555;

	background: #555;

	margin: 15px 0;

}

.jmbanner .wen .note {

	font-size: 16px;

	color: #666;

}

.jiameng_jiu {

	padding: 80px 0;

}

.jmjiu_title {

	text-align: center;

}

.jmjiu_title {

}

.jmjiu_title p {

	font-size: 32px;

	color: #222;

}

.jmjiu_title span {

	text-transform: uppercase;

	font-size: 14px;

	color: #dbdbdb;

}

.picScroll-leftjm {

	width: 1200px;

	position: relative;

	margin-top: 25px;

}

.picScroll-leftjm .hd {

	width: 195px;

	height: 40px;

	margin: 35px auto 0 auto;

}

.picScroll-leftjm .hd ul {

	display: block;

	width: 90px;

	height: 40px;

	float: left;

	margin: 8px 20px 0 20px;

}

.picScroll-leftjm .hd ul li {

	float: left;

	width: 6px;

	height: 6px;

	overflow: hidden;

	margin-right: 5px;

	text-indent: -999px;

	cursor: pointer;

	background: #fff;

	border-radius: 50%;

	border: 2px solid #999;

}

.picScroll-leftjm .hd ul li.on {

	background: #2188de;

	border: 2px solid #2188de;

}

.picScroll-leftjm .hd .prev {

	float: left;

	width: 32px;

	height: 32px;

	display: block;

	background: url("../images/jmleft.jpg") no-repeat;

}

.picScroll-leftjm .hd .next {

	float: left;

	width: 32px;

	height: 32px;

	display: block;

	background: url("../images/jmright.jpg") no-repeat;

}

.picScroll-leftjm .hd a:hover {

	cursor: pointer;

}

.picScroll-leftjm .bd {

	width: 1200px;

}

.picScroll-leftjm .bd ul {

	overflow: hidden;

	zoom: 1;

}

.picScroll-leftjm .bd ul li {

	float: left;

	_display: inline;

	overflow: hidden;

	text-align: center;

	width: 278px;

	height: 392px;

	border: 1px solid #eee;

	margin-right: 26px;

}

.picScroll-leftjm .kehu1 {

	width: 240px;

	padding:10px 19px;

	text-align: left;

}

.picScroll-leftjm .kehu1 p.tit {

	color: #00A0E8;

	font-size: 22px;

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.picScroll-leftjm .kehu1 span {

	color: #666;

	font-size: 13px;

	line-height: 22px;

}

.picScroll-leftjm .kehu_img {

	width: 278px;

	height: 199px;

	text-align: center;

	display: inline-block;

	overflow: hidden;

}

.picScroll-leftjm .kehu_img img {

	width: 278px;

	height: 199px;

}



/*八大支持*/



.bazhichi{

	background: url("../images/jiamengbj.jpg") no-repeat center top;

	padding: 95px 0;

}

.bazhichi .jmzctit{

	text-align: center;

	color: #fff;

}

.bazhichi .jmzctit p{

	text-align: center;

	color: #fff;

	font-size: 32px;

}

.bazhichi .jmzctit span{

	text-align: center;

	color: #aedaff;

	font-size: 16px;

}

.zclist{

	overflow: hidden;

	margin-top: 35px;

}

.zhichili{

	width: 278px;

	padding: 5px;

	background: rgba(255,255,255,.23);

	height: 170px;

	float: left;

	margin: 7px 15px 7px 0;

	position: relative;

	overflow: hidden;

}

.zhichili *{

	transition: all .5s ease;

    -moz-transition: all .5s ease;

    -webkit-transition: all .5s ease;

    -o-transition: all .5s ease;

}

.zhichili01{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 9;

	text-align: center;

}

.zhichili01 .pic{

	padding-top: 23px;

}

.zhichili01 .titile{

	font-size: 16px;

	color: #fff;

}

.zhichili02{

	width: 278px;

	height: 169px;

	background: #fff;

	position: absolute;

	left: 5px;

	top: 288px;

	z-index: 99;

}

.zhichili:hover{

	cursor: pointer;

}

.zhichili:hover .zhichili02{

	top: 6px;

}

.zhichili02 .title{

	text-align: center;

	font-size: 16px;

	color: #00A0E8;

	padding-top: 30px;

}

.zhichili02 .line{

	width: 20px;

	height: 2px;

	background: #e5e5e5;

	margin: 10px auto;

}

.zhichili02 .note{

	font-size: 14px;

	line-height: 22px;

	color: #666666;

	width: 220px;

	margin: 0 auto;

}



.jmdianhua{

	text-align: center;

	color: #fff;

	margin-top: 50px;

}

.jmdianhua p{

	font-size: 18px;

}

.jmdianhua .jmtel{

	font-size: 42px;

	font-weight: 700;

	line-height: 45px;

	padding-bottom: 15px;

}

.jmdianhua a{

	display: block;

	width: 140px;

	background: #fff url("../images/jmzxun.png") no-repeat 65px 13px;

	border-radius: 8px;

	margin: 0 auto;

	height: 49px;

	line-height: 49px;

	padding-left: 100px;

	color: #00A0E8;

	font-size: 18px;

	text-align: left;

}



/**/

.jmrongyu{

	padding: 90px 0;

	overflow: hidden;

}

.jmquyu{

	padding: 80px 0;

	overflow: hidden;

	background: #f5f5f5;

}

.quyupic img{

	display: block;

	margin:  0 auto;

}

.jmliucheng{

	padding: 90px 0 130px 0;

	overflow: hidden;

}

.liuchenglist{

	text-align: center;

	margin: 35px 0 60px 0;

}

.liuchenglist li{

	list-style: none;

	display: inline-block;

	width: 112px;

}

.liuchenglist div.jiantou{

	width: 113px;

	background: url("../images/jmjiantou.png") no-repeat center 10px;

	height: 113px;

	display: inline-block;

}

.liuchenglist li .title{

	font-size: 18px;

	color: #333;

	line-height: 42px;

}

.jmdianhua02{

	text-align: center;

}

.jmdianhua02 p{

	font-size: 18px;

	color: #333;

}

.jmdianhua02 .jmtel{

	font-size: 42px;

	font-weight: 700;

	line-height: 45px;

	padding-bottom: 15px;

	color: #00A0E8;

}

.jmdianhua02 a{

	display: block;

	width: 140px;

	background: #00A0E8 url("../images/jmzxun02.png") no-repeat 65px 13px;

	border-radius: 8px;

	margin: 0 auto;

	height: 49px;

	line-height: 49px;

	padding-left: 100px;

	color: #fff;

	font-size: 18px;

	text-align: left;

}

.left_tag{

	display: inline-block;

  padding: 3px 12px;

  border: 1px solid #00A0E8;

  color:#00A0E8;

  border-radius: 15px;

  margin-right: 15px;

  margin-bottom:5px;

}